type github.com/jackc/pgx/v5/pgtype.encodePlanFloat8CodecBinaryFloat64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float8.go#L122: 			return encodePlanFloat8CodecBinaryFloat64Valuer{}
		float8.go#L154: type encodePlanFloat8CodecBinaryFloat64Valuer struct{}
		float8.go#L156: func (encodePlanFloat8CodecBinaryFloat64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {